home *** CD-ROM | disk | FTP | other *** search
/ PC Home 138 / PC Home issue 138.iso / PCHome.exe / scripts / DefineButton2_68 / BUTTONCONDACTION on(release).as < prev   
Encoding:
Text File  |  2003-12-04  |  81 b   |  7 lines

  1. on(release){
  2.    tellTarget("ScrollDown")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6. }
  7.